home *** CD-ROM | disk | FTP | other *** search
- *mainWindow.iconName: Printers
- *mainWindow.minWidth: 485
- *mainWindow.minHeight: 225
- *mainWindow.titleFormatString: Printer Manager for %s@%s
-
- *mwmFunctions: 62
- *mainWindow.mwmFunctions: 8388638
-
- *printerMenu.labelString: Printer
- *printerMenu.mnemonic: P
- *printerMenu.addPrinter.labelString: Add...
- *printerMenu.addPrinter.mnemonic: A
- *printerMenu.connection.labelString: Change Connection...
- *printerMenu.connection.mnemonic: C
- *printerMenu.setDefault.labelString: Set Default
- *printerMenu.setDefault.mnemonic: S
- *printerMenu.deletePrinter.labelString: Delete...
- *printerMenu.deletePrinter.mnemonic: D
- *printerMenu.open.labelString: Show Queue...
- *printerMenu.open.mnemonic: h
- *printerMenu.options.labelString: Set Options...
- *printerMenu.options.mnemonic: O
- *printerMenu.testPage.labelString: Send Test Page
- *printerMenu.testPage.mnemonic: T
- *printerMenu.quit.labelString: Exit
- *printerMenu.quit.mnemonic: Q
- *printerMenu.quit.accelerator: Ctrl<Key>q
- *printerMenu.quit.acceleratorText: Ctrl+Q
-
- *sortMenu.labelString: Arrange
- *sortMenu.mnemonic: A
- *sortMenu.byName.labelString: by Printer Name
- *sortMenu.byName.mnemonic: N
- *sortMenu.byHost.labelString: by Hostname
- *sortMenu.byHost.mnemonic: H
- *sortMenu.byType.labelString: by Printer Type
- *sortMenu.byType.mnemonic: T
-
- *mainWindow.title: Printer Manager
- *mainWindow.iconPanelWidth: 550
- *mainWindow.iconPanelHeight: 250
- *mainWindow.form.defaultRC.topOffset: 15
- *mainWindow.form.defaultRC.leftOffset: 20
- *mainWindow.form.defaultRC.rightOffset: 20
- *mainWindow.form.defaultRC.leftAttachment: ATTACH_FORM
- *mainWindow.form.defaultRC.topAttachment: ATTACH_FORM
-
- *mainWindow.form.buttonRC.orientation: HORIZONTAL
- *mainWindow.form.buttonRC.entryAlignment: ALIGNMENT_CENTER
- *mainWindow.form.buttonRC.spacing: 10
- *mainWindow.form.buttonRC.leftOffset: 20
- *mainWindow.form.buttonRC.rightOffset: 20
- *mainWindow.form.buttonRC.bottomOffset: 20
- *mainWindow.form.buttonRC.XmPushButton.width: 80
- *mainWindow.form.buttonRC.XmPushButton.recomputeSize: False
-
- *mainWindow.form.buttonRC.addButton.labelString: Add...
- *mainWindow.form.buttonRC.deleteButton.labelString: Delete...
- *mainWindow.form.buttonRC.defaultButton.labelString: Default
- *mainWindow.form.buttonRC.optionsButton.labelString: Options...
-
- !
- ! Lining up labels with icon fields in the icon panel.
- !
- ! iconLabelBB contains three labels, one each for the Printer Name,
- ! Hostname, and Printer Type fields in the icon panel. Whenever icons
- ! are added or deleted, we calculate new "x" values for each of these
- ! labels. The leftOffset of iconLabelBB is carefully calculated to
- ! place the first label it contains to the right of the icon in the
- ! icon panel.
- !
- ! The initial x values that are specified here were determined
- ! experimentally to correspond to likely values that we'd set
- ! programmatically. This way, the labels do not move too far during
- ! initialization when we first add the icons.
- !
- *mainWindow.form.iconLabelBB.topOffset: 10
- *mainWindow.form.iconLabelBB.leftAttachment: ATTACH_FORM
- *mainWindow.form.iconLabelBB.leftOffset: 76
- *mainWindow.form.iconLabelBB.rightAttachment: ATTACH_FORM
- *mainWindow.form.iconLabelBB.marginWidth: 0
- *mainWindow.form.iconLabelBB.marginHeight: 5
-
- *mainWindow.form.iconLabelBB.nameLabel.labelString: Printer Name
- *mainWindow.form.iconLabelBB.nameLabel.x: 20
-
- *mainWindow.form.iconLabelBB.hostLabel.labelString: Hostname
- *mainWindow.form.iconLabelBB.hostLabel.x: 142
-
- *mainWindow.form.iconLabelBB.typeLabel.labelString: Printer Type
- *mainWindow.form.iconLabelBB.typeLabel.x: 288
-
- *mainWindow.form.IconPanel.leftOffset: 20
- *mainWindow.form.IconPanel.rightOffset: 20
- *mainWindow.form.IconPanel.leftAttachment: ATTACH_FORM
- *mainWindow.form.IconPanel.rightAttachment: ATTACH_FORM
- *mainWindow.form.IconPanel.bottomAttachment: ATTACH_FORM
- *mainWindow.form.IconPanel.bottomOffset: 20
-
- *listLabelYOff: 15
- *listGraphicHeight: 75
-
- *addPrinter.resizePolicy: RESIZE_NONE
- *addPrinter.noResize: True
- *addPrinter.width: 530
- *addPrinter.height: 629
- *addPrinter*cancelLabelString: Cancel
- *addPrinter*closeLabelString: Close
- *addPrinter*rc.nameForm*topAttachment: ATTACH_FORM
- *addPrinter*rc.nameForm*bottomAttachment: ATTACH_FORM
- *addPrinter*rc.nameForm.nameLabel.labelString: New Printer Name:
- *addPrinter*rc.nameForm.nameLabel.rightAttachment: ATTACH_POSITION
- *addPrinter*rc.nameForm.nameLabel.rightPosition: 35
- *addPrinter*rc.nameForm.nameText.leftOffset: 2
-
- *addPrinter*rc.localOrNetForm*topAttachment: ATTACH_FORM
- *addPrinter*rc.localOrNetForm*bottomAttachment: ATTACH_FORM
- *addPrinter*rc.localOrNetForm.localOrNetLabel.labelString: Printer Connected To:
- *addPrinter*rc.localOrNetForm.localOrNetLabel.rightAttachment: ATTACH_POSITION
- *addPrinter*rc.localOrNetForm.localOrNetLabel.rightPosition: 35
- *addPrinter*rc.localOrNetForm*local.labelString: Local Host
- *addPrinter*rc.localOrNetForm*network.labelString: Remote Host
-
- !*addPrinter*listForm*leftOffset: 10
- !*addPrinter*listForm*rightOffset: 10
-
- *addPrinter*localRC*locCodeForm*topAttachment: ATTACH_FORM
- *addPrinter*localRC*locCodeForm*bottomAttachment: ATTACH_FORM
- *addPrinter*localRC*locCodeForm.locCodeLabel.rightAttachment: ATTACH_POSITION
- *addPrinter*localRC*locCodeForm.locCodeLabel.rightPosition: 35
- *addPrinter*localRC*locCodeForm.locCodeLabel.labelString: Location Code:
- *addPrinter*localRC*locDescForm*topAttachment: ATTACH_FORM
- *addPrinter*localRC*locDescForm*bottomAttachment: ATTACH_FORM
- *addPrinter*localRC*locDescForm.locDescLabel.rightAttachment: ATTACH_POSITION
- *addPrinter*localRC*locDescForm.locDescLabel.rightPosition: 35
- *addPrinter*localRC*locDescForm.locDescLabel.labelString: \
- Location Description:
- *addPrinter*localRC*listForm.typeLabel.labelString: Printer Type:
- *addPrinter*localRC*listForm.typeLabel.rightAttachment: ATTACH_POSITION
- *addPrinter*localRC*listForm.typeLabel.rightPosition: 25
- *addPrinter*localRC.listForm.typeLabel.topOffset: 10
- *addPrinter*localRC.listForm.typeLabel.topAttachment: ATTACH_FORM
-
- Printers*addPrinter*localRC.listForm*typeList.fontList: \
- -*-helvetica-medium-r-normal-*-14-*-*-*-*-*-iso8859-1=normalListCharSet\
- -*-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1=boldListCharSet
- Printers*addPrinter*localRC.listForm*typeList.automaticSelection: True
- Printers*addPrinter*localRC.listForm*typeList.selectionPolicy: BROWSE_SELECT
- *addPrinter*localRC.listForm.typeListSW.topOffset: 10
- *addPrinter*localRC.listForm.typeListSW.topAttachment: ATTACH_FORM
- *addPrinter*localRC.listForm.typeListSW.width: 325
- *addPrinter*localRC.listForm*typeList.listSizePolicy: CONSTANT
- !
- ! I want 10 items in the list. When it's realized, some bizarre
- ! interaction between the various widgets in the hierarchy conspire
- ! to make one more item visible than should be. That's why there's
- ! a 9 there. Furthermore, if resizable is not set to False, then
- ! when the items in the list change it goes back to displaying the
- ! number of items it should, which looks really disconcerting. That's
- ! why "resizable: False" is there.
- !
- *addPrinter*localRC.listForm*typeList.visibleItemCount: 9
- *addPrinter*localRC.listForm.typeListSW.resizable: False
-
- *addPrinter*localRC*connForm.connLabel.labelString: Printer is \nAttached to:
- *addPrinter*localRC*connForm.connLabel.rightAttachment: ATTACH_POSITION
- *addPrinter*localRC*connForm.connLabel.rightPosition: 25
- *addPrinter*localRC*connForm.connLabel.topAttachment: ATTACH_FORM
- *addPrinter*localRC*connForm.connLabel.bottomAttachment: ATTACH_FORM
- *addPrinter*localRC*connForm.connRadio.topAttachment: ATTACH_FORM
- *addPrinter*localRC*connForm.connRadio.bottomAttachment: ATTACH_FORM
-
- *addPrinter*localRC*detailForm.connDetailLabel.labelString:
- *addPrinter*localRC*detailForm.connDetailLabel.topAttachmet: ATTACH_FORM
- *addPrinter*localRC*detailForm.connDetailLabel.rightAttachment: ATTACH_POSITION
- *addPrinter*localRC*detailForm.connDetailLabel.rightPosition: 25
-
- !*addPrinter*detailForm.connDetailFrame.bottomAttachment: ATTACH_FORM
- *addPrinter*connDetailFrame.height: 130
-
- *addPrinter.rc.networkRC.XmForm*topAttachment: ATTACH_FORM
- *addPrinter.rc.networkRC.XmForm*bottomAttachment: ATTACH_FORM
- !*addPrinter.rc.networkRC*nameLabel.rightAttachment: ATTACH_POSITION
- !*addPrinter.rc.networkRC*nameLabel.rightPosition: 35
- *addPrinter.rc.networkRC*hostNameLabel.labelString: Remote Host Name:
- *addPrinter.rc.networkRC*hostNameLabel.rightAttachment: ATTACH_POSITION
- *addPrinter.rc.networkRC*hostNameLabel.rightPosition: 35
- *addPrinter.rc.networkRC*hostNameText.leftOffset: 2
- *addPrinter.rc.networkRC.XmForm*hostNameText.bottomAttachment: ATTACH_NONE
- *addPrinter.rc.networkRC*getListButton.labelString: List Printers
- *addPrinter.rc.networkRC*getListButton.defaultButtonShadowThickness: 1
- *addPrinter.rc.networkRC*getListButton.traversalOn: False
- *addPrinter.rc.networkRC*listLabel.labelString: Printer List:
- *addPrinter.rc.networkRC*listLabel.rightAttachment: ATTACH_POSITION
- *addPrinter.rc.networkRC*listLabel.rightPosition: 35
- *addPrinter.rc.networkRC.netListForm.listLabel.bottomAttachment: ATTACH_NONE
- !*addPrinter.rc.networkRC*remoteListSW.leftOffset: 0
- !*addPrinter.rc.networkRC*remoteListSW.scrolledWindowMarginWidth: 0
- !*addPrinter.rc.networkRC*remoteListSW.spacing: 0
- *addPrinter.rc.networkRC*remoteList.borderWidth: 0
- *addPrinter.rc.networkRC*remoteList.width: 200
- *addPrinter.rc.networkRC*remoteList.visibleItemCount: 14
- *addPrinter.rc.networkRC*remoteList.listSizePolicy: CONSTANT
- *addPrinter.rc.networkRC*remoteList.automaticSelection: True
- *addPrinter.rc.networkRC*remoteLabel.labelString: Remote Printer Name:
- *addPrinter.rc.networkRC*remoteLabel.rightAttachment: ATTACH_POSITION
- *addPrinter.rc.networkRC*remoteLabel.rightPosition: 35
- *addPrinter.rc.networkRC*remoteNameText.leftOffset: 2
- *addPrinter.newPrinterLabelString: New Printer Name:
- *addPrinter.changePrinterLabelString: Printer Name:
-
- *moveJobs.dialogTitle: Delete/Forward Jobs
- *moveJobs.form.radio.topOffset: 20
- *moveJobs.form.radio.deleteJobsToggle.labelString: Delete jobs from queue
- *moveJobs.form.radio.moveJobsToggle.labelString: Forward jobs to printer:
- *moveJobs.form*printerList.visibleItemCount: 5
- *moveJobs.form*printerList.width: 120
- *moveJobs.form*printerList.listSizePolicy: CONSTANT
-
- *NETPRINTER.rightAttachment: ATTACH_FORM
- *NETPRINTER.leftAttachment: ATTACH_FORM
- *NETPRINTER.topAttachment: ATTACH_FORM
- *NETPRINTER.topOffset: 6
- *NETPRINTER*nameLabel.labelString: Printer's Name\n(or IP Address):
- *NETPRINTER*deviceLabel.labelString: Printer Attached\nTo Network With:
- *NETPRINTER*nameLabel.rightAttachment: ATTACH_POSITION
- *NETPRINTER*nameLabel.rightPosition: 35
- *NETPRINTER*deviceLabel.rightAttachment: ATTACH_POSITION
- *NETPRINTER*deviceLabel.rightPosition: 25
- *NETPRINTER.buttonString: Network
- *NETPRINTER*list.visibleItemCount: 4
-
- !
- ! These are the network devices used to connect to a network printer.
- ! The first fild is the text to display on the screen as a user choice.
- ! The next two fileds are the socket to write to and listen to when
- ! communicating with a printer. -1 means use the value in the model
- ! file. Fields are separated by commas (DO NOT PUT A COMMA IN 1ST FIELD).
- !
- *NETPRINTER*netDevices: \
- Network Card Installed in Printer, -1, -1,\
- HP JetDirect EX External Interface, 9100, 9100,\
- HP JetDirect EX Plus3 Port 1, 9100, 9100,\
- HP JetDirect EX Plus3 Port 2, 9101, 9101,\
- HP JetDirect EX Plus3 Port 3, 9102, 9102
-
- *netInvalidDevices: \
- Could not parse the network device list\n\
- from the Printers resource file. Check\n\
- *NETPRINTER*netDevices: in the\n\
- /usr/lib/X11/app-defaults/Printers file\n\
- for proper syntax\n
-
- *noDeviceSelected: \
- You must select the network interface\n\
- device attached to the printer.
-
- *CENTRONICS.rightAttachment: ATTACH_FORM
- *CENTRONICS.leftAttachment: ATTACH_FORM
- *CENTRONICS.topAttachment: ATTACH_FORM
- *CENTRONICS.topOffset: 12
- *CENTRONICS.label.labelString: Parallel Ports:
- *CENTRONICS.label.rightAttachment: ATTACH_POSITION
- *CENTRONICS.label.rightPosition: 25
- *CENTRONICS*list.visibleItemCount: 5
- *CENTRONICS.buttonString: Parallel
-
- *SERIAL.topAttachment: ATTACH_FORM
- *SERIAL.topOffset: 5
- *SERIAL.buttonString: Serial
- *SERIAL.leftAttachment: ATTACH_FORM
- *SERIAL.rightAttachment: ATTACH_FORM
-
- *SERIAL*label.labelString: Serial Port:
- *SERIAL*label.topAttachment: ATTACH_FORM
- *SERIAL*label.bottomAttachment: ATTACH_FORM
- *SERIAL*label.rightAttachment: ATTACH_POSITION
- *SERIAL*label.rightPosition: 25
- *SERIAL*portMenu.topAttachment: ATTACH_FORM
- *SERIAL*portMenu.bottomAttachment: ATTACH_FORM
-
- *SERIAL*handShakeLabel.labelString: Handshake:
- *SERIAL*handShakeLabel.topAttachment: ATTACH_FORM
- *SERIAL*handShakeLabel.bottomAttachment: ATTACH_FORM
- *SERIAL*handShakeLabel.rightAttachment: ATTACH_POSITION
- *SERIAL*handShakeLabel.rightPosition: 25
-
- *SERIAL*handShakeMenu.topAttachment: ATTACH_FORM
- *SERIAL*handShakeMenu.bottomAttachment: ATTACH_FORM
- *SERIAL*software.labelString: Software
- *SERIAL*hardware.labelString: Hardware
-
- *SERIAL*baudLabel.labelString: Baud Rate:
- *SERIAL*baudLabel.topAttachment: ATTACH_FORM
- *SERIAL*baudLabel.bottomAttachment: ATTACH_FORM
- *SERIAL*baudLabel.rightAttachment: ATTACH_POSITION
- *SERIAL*baudLabel.rightPosition: 25
- *SERIAL*baudMenu.topAttachment: ATTACH_FORM
- *SERIAL*baudMenu.bottomAttachment: ATTACH_FORM
- *SERIAL*baud300.labelString: 300
- *SERIAL*baud2400.labelString: 2400
- *SERIAL*baud4800.labelString: 4800
- *SERIAL*baud9600.labelString: 9600
- *SERIAL*baud19200.labelString: 19200
- *SERIAL*baud38400.labelString: 38400
- *SERIAL*onBoardFmtStr: %d
-
- *SCSI.topAttachment: ATTACH_FORM
- *SCSI.topOffset: 12
- *SCSI.leftAttachment: ATTACH_FORM
- *SCSI.rightAttachment: ATTACH_FORM
- *SCSI*label.labelString: SCSI Printers:
- *SCSI*label.rightAttachment: ATTACH_POSITION
- *SCSI*label.rightPosition: 25
- *SCSI*list.visibleItemCount: 4
- *SCSI*listSW.width: 250
- *SCSI*list.listSizePolicy: CONSTANT
- *SCSI*rescanButton.labelString: Rescan
-
- *SERIAL*portUsedFmtStr: \
- Serial Port %d is currently in use by a %s.\n\n\
- Either use another serial port, or use the\n\
- "Port Setup" tool which is available from\n\
- within "System Manager" to disconnect the\n\
- device from this port.
- *SERIAL*portTerminalStr: Terminal
- *SERIAL*portModemStr: Modem
- *SERIAL*portPrinterStr: Printer
- *SERIAL*portTabletStr: Digitizer Tablet
- *SERIAL*portDialsStr: Dials & Buttons device
- *SERIAL*portSpaceBallStr: Space Ball
-
- *defaultLabel.labelString: Default Printer:
- *defaultPrinter.labelString:
- *defaultPrinter.alignment: ALIGNMENT_BEGINNING
-
- *helpMenu.mnemonic: H
-
- *errorDialog.noResize: True
- *busyDialog.noResize: True
- *questionDialog.noResize: True
- *moveJobs.noResize: True
- *warningDialog.noResize: True
- *saveQuery.noResize: True
- *saveNotify.noResize: True
-
- !
- ! Some strings
- !
- *checkIconsError: \
- The Printer Manager is unable to display icons\n\
- for all of the printers you have installed on your\n\
- system. These printers need to be deleted and\n\
- reinstalled.\n\n\
- To delete a printer that does not have an icon,\n\
- you can use the "rmprinter" program.
-
- *errorGettingRemoteList: \
- Unable to get the list of printers installed on the\n\
- remote system "%s".\n\
- \n\
- If the remote system is another SGI workstation,\n\
- make sure that you have remote access to that system.\n\
- Use the "addclient" program on the remote system to\n\
- add this workstation as a print client of the remote\n\
- workstation.\n\
- \n\
- If the remote system uses the BSD printing commands,\n\
- the Printer Manager will not be able to obtain a list\n\
- of the printers that are available. Contact the\n\
- administrator of the remote system to find out the\n\
- names of available printers. You will then have to type\n\
- the remote printer name in the "Remote Printer Name"\n\
- field.
-
- *scanningLocalPrinters: Scanning printer configuration...
- *lpadminFailed: Cannot run lpadmin
- *lputileFailed: Cannot run lputil
- *noPrinterSelected: No printer selected
- *gettingRemotePrinterList: Getting Printer List...
- *noSpoolerMsg: \
- The print spooling system (lpsched) is not running.\n\
- Please restart the spooler and try again.\n\
- As root type '/etc/init.d/lp start' to restart the spooler.
- *addPrinterNoName: You must specify a "New Printer Name"
- *noRemotePrinterName: You must specify a "Remote Host Name"
- *netAddNoHost: You must specify a "Remote Host Name"
- *netAddNoRemoteName: You must specify a "Remote Printer Name"
- *netAddNoRemotePrinterName: You must specify the "Printer's Network Name"
- *netAddInstalling: Installing network printer...
- *netAddNoRemotePrinter: Cannot get remote printer information
- *invalidHostName: "%s" is not a valid host name.
- *checkNetConnection: Checking network connection to printer.
- *netAddNoRemoteConnection: \
- Could not establish a network connection to printer.\n\
- Possible causes:\n\
- \n\
- Printer is powered off.\n\
- \n\
- The hostname specified for the printer is incorrect.\n\
- \n\
- The printer is not connected to the network.\n\
- \n\
- The printer does not have a route to this host.\n\
- \n\
- This host does not have a route to the printer.\n
- *netAddCantAdd: \
- Unable to add network printer.\n\
- \n\
- There are a number of possible solutions:\n\
- \n\
- Please make sure that both the "Remote Host Name"\n\
- and the "Remote Printer Name" are valid.\n\
- \n\
- If the remote system is another SGI workstation,\n\
- make sure that you have remote access to that system.\n\
- Use the "addclient" program on the remote system to\n\
- add this workstation as a print client of the remote\n\
- workstation.\n\
- \n\
- If the remote system uses the BSD printing commands,\n\
- make sure that you have remote access to that system.\n\
- Ensure that there is an entry for this workstation in\n\
- "/etc/hosts.equiv" or "/etc/hosts.lpd" on the remote\n\
- system.
-
- *moveJobsMustSelectPrinter: Select a printer to forward the jobs to.
- *confirmDelete: Delete
- *confirmDeleteFormatString: Delete Printer '%s'?
- *deletingPrinter: Deleting printer...
- *confirmDeleteLastJobs: Delete All Jobs
- *confirmDeleteLastJobsFormatString: Delete all jobs for printer '%s'?
-
- *executionError: unknown error
- *invalidPrinterName: \
- You must enter a valid printer name.\n\
- in the "Printer Name:" field.\n\n\
- A valid printer name is no more than 14\n\
- characters long and can consist only\n\
- of letters, numbers, and underscores.
- *internalError: printers internal error
-
- *errorNoHinv: Unable to get hardware inventory
- *noParallePort: You must select a "Parallel Port"
-
- *addPrinterAlready: \
- A printer named "%s" is already installed.\n\
- To change its configuration, select its\n\
- icon and then choose "Change Connection"\n\
- from the "Printer" menu.\n\n\
- To install a new printer, choose a different\n\
- name.
-
- *localAddInstalling: Installing printer...
- *localAddNoName: You must specify a "New Printer Name"
- *localAddNoType: You must select a "Printer Type"
- *localAddNoConn: You must select a "Connection Type"
-
- *noSerialPort: You must select a "Serial Port"
-
- *noOptionPanelError: No options panel for printer "%s"
- *optionsSavedMsg: Options saved for printer "%s"
- *optionsSavedTitle: Printer Specific Options
- *saveOptionsTitle: Save Printer Specific Options
- *saveOptionsQuestion: How do you want to save options for printer "%s"?
- *saveOptionsPersonal: Personal
- *saveOptionsAllUsers: All Users
-
- *noScsiPrinters: \
- No SCSI printers appear to be connected to the system.\n\n\
- SCSI printers must be powered on before your workstation\n\
- is powered on in order to be recognized by the system.
- *scsiWarningTitle: Warning
- *scsiWarningMsg: \
- SCSI printers must be powered on before the\n\
- system is powered on in order for the system to\n\
- recognize them.\n\n\
- This tool can rescan the system to find SCSI\n\
- printers that were connected to the system while\n\
- it was running, but you should be aware that\n\
- powering on an attached SCSI printer after\n\
- powering on the system can result in damage to\n\
- the system.
- *scsiRescanning: Scanning the system for SCSI printers...
- *noSCSIDevice: You must select a "SCSI Printer"
- *dupSCSIWarnString: Warning: a printer is already installed for "%s".\n\
- Do you want to install this printer anyway?
-
- *noLoginMsg: You must enter a Login Name.
-
- *notSetUIDMsg:\
- The administrative operations of this program have\n\
- been disabled.\n \n\
- You must log in as root before running this program\n\
- in order to perform administrative operations.
-
- *userNotPrivilegedMsg: "%s" is not a privileged user.
-
- *badPasswordMsg:\
- The password you entered is invalid.\n\
- Please re-enter and press 'OK'.
-
- *noSuchUserMsg:\
- Invalid "Login Name". Please enter the login name\n\
- of a privileged user in the "Login Name:" field.
-
- *lpdestSetMsg:\
- Warning: you have "LPDEST" set in your environment.\n\
- This overrides the default printer setting you just made.
-
- *notSetUIDTitle: Error
-
- *passwordDialog.noResize: True
- *passwordDialog.dialogTitle: Printer Manager
- *passwordDialog*label.labelString:\
- Administrative Privileges Required\n\n\
- You need administrative privileges to continue.\n\
- Please enter the login name and password of a privileged user.\n
- *passwordDialog*loginLabel.labelString: Login Name:
- *passwordDialog*passwordLabel.labelString: Password:
- *passwordDialog*rc.marginWidth: 10
- *passwordDialog*rc.marginHeight: 10
- *passwordDialog*rc.XmForm*topAttachment: ATTACH_FORM
- *passwordDialog*rc.XmForm*bottomAttachment: ATTACH_FORM
- *passwordDialog*rc.XmForm.XmLabel.rightAttachment: ATTACH_POSITION
- *passwordDialog*rc.XmForm.XmLabel.rightPosition: 30
-
- *podWriteFailed: Unable to store location data for this printer.
-
- *testPageTitle: Test Page
-
- *addPrinterTitle: Add Printer
- *changeConnTitle: Change Connection
-
- *errorDialog.dialogTitle: Error
- *fatalErrorDialog.dialogTitle: Error
- *busyDialog.dialogTitle: Printer Manager
-
- *useSchemes: all
- *sgiMode: True
- *schemeFileList: SgiSpec
-
-